home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IFolderMatrix.h < prev    next >
Text File  |  1993-01-12  |  892b  |  38 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Matrix.h>
  5.  
  6. #define        NEXTSTATION    "nextStation"
  7. #define        NEXTALTSTATION    "nextAltStation"
  8. #define        CLOSEDFOLDER    "closedFolder"
  9. #define        OPENFOLDER    "openFolder"
  10. #define        CLOSEDMULTIFOLDER    "closedMultiFolder"
  11. #define        OPENMULTIFOLDER    "openMultiFolder"
  12. #define        BLANKICON    "blankIcon"
  13. #define        MIMEDOCICON    "mimeDocIcon"
  14.  
  15. #define        TITLEFONT    "Helvetica"
  16. #define        TITLEFONTSIZE    12
  17.  
  18. @interface IFolderMatrix:Matrix
  19. {
  20.     id        oNewsgroupBrowser;
  21.     char    iRootName[64];
  22.     BOOL    isPalette;
  23.     id        iTransparentWindowClass;
  24. }
  25.  
  26. - initFrame:(NXRect *)frameRect;
  27. - selectNewsgroupInBrowser:sender;
  28. - mouseDown:(NXEvent *)theEvent;
  29. - setRootName:(char *)rootName;
  30. - sizeTo:(float)width :(float)height;
  31.  
  32. - registerCells;
  33. - registerCellAt:(int)krow :(int)kcol window:kwindow;
  34. - unregisterCellAt:(int)krow :(int)kcol window:kwindow;
  35. - (BOOL)isPalette;
  36.  
  37. @end
  38.